home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / mmenu.dir / Internal_97.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  1.2 KB  |  59 lines

  1. on gkey
  2.   put the rollOver
  3.   put the memberNum of sprite 23
  4.   puppetSprite(23, 1)
  5.   set x to the rollOver
  6.   if x = 5 then
  7.     set the memberNum of sprite 23 to 112
  8.   end if
  9.   if x = 6 then
  10.     set the memberNum of sprite 23 to 113
  11.   end if
  12.   if x = 7 then
  13.     set the memberNum of sprite 23 to 114
  14.   end if
  15.   if x = 8 then
  16.     set the memberNum of sprite 23 to 115
  17.   end if
  18.   if x = 9 then
  19.     set the memberNum of sprite 23 to 116
  20.   end if
  21.   if x = 10 then
  22.     set the memberNum of sprite 23 to 117
  23.   end if
  24.   if x = 11 then
  25.     set the memberNum of sprite 23 to 118
  26.   end if
  27.   if x = 12 then
  28.     set the memberNum of sprite 23 to 119
  29.   end if
  30.   if x = 13 then
  31.     set the memberNum of sprite 23 to 120
  32.   end if
  33.   if x = 14 then
  34.     set the memberNum of sprite 23 to 121
  35.   end if
  36.   if x = 15 then
  37.     set the memberNum of sprite 23 to 122
  38.   end if
  39.   if x = 16 then
  40.     set the memberNum of sprite 23 to 123
  41.   end if
  42.   if x = 17 then
  43.     set the memberNum of sprite 23 to 124
  44.   end if
  45.   if x = 18 then
  46.     set the memberNum of sprite 23 to 125
  47.   end if
  48.   if x = 19 then
  49.     set the memberNum of sprite 23 to 126
  50.   end if
  51.   if x = 20 then
  52.     set the memberNum of sprite 23 to 127
  53.   end if
  54.   if x = 21 then
  55.     set the memberNum of sprite 23 to 128
  56.   end if
  57.   updateStage()
  58. end
  59.